home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / ABSTRACT.ZIP / PASS-1.POV < prev    next >
Encoding:
Text File  |  1997-01-04  |  921 b   |  23 lines

  1.  
  2. //--------------------------------------------------------->
  3. //- "abstract" -------------------------------------------->
  4. //--------------------------------------------------------->
  5. //- pass-1.pov -------------------------------------------->
  6. //--------------------------------------------------------->
  7. //- created by ptdawson@voicenet.com ---------------------->
  8. //--------------------------------------------------------->
  9. //- super sloppy!!! --------------------------------------->
  10. //--------------------------------------------------------->
  11.  
  12.         #version 3.0
  13.         #include"colors.inc"
  14.         #include"textures.inc"
  15.         #include"skies.inc"
  16.         sky_sphere{S_Cloud1 rotate y*180}
  17.         camera{location<0,0,-100>look_at<0,0,0>}
  18.         light_source{<-50,100,-200> White}
  19.         light_source{<50,100,-200> White}
  20.  
  21. //- bye! -------------------------------------------------->
  22.  
  23.